home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / printer / Samsung-ML-2250.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  2.1 KB  |  86 lines

  1. <printer id="printer/Samsung-ML-2250">
  2.   <make>Samsung</make>
  3.   <model>ML-2250</model>
  4.   <mechanism>
  5.     <laser />
  6.     <!--not "color"-->
  7.     <resolution>
  8.       <dpi>
  9.         <x>1200</x>
  10.         <y>1200</y>
  11.       </dpi>
  12.     </resolution>
  13.     <consumables>
  14.       <!--no "comments"-->
  15.       <!--one or more "partno" elements-->
  16.     </consumables>
  17.   </mechanism>
  18.   <!--no "url"-->
  19.   <lang>
  20.     <pcl level="6" />
  21.     <proprietary />
  22.   </lang>
  23.   <autodetect>
  24.   </autodetect>
  25.   <functionality>B</functionality>
  26.   <driver>pxlmono</driver>
  27.   <!--no "contrib_url"-->
  28.   <comments>
  29.     <en>
  30.  
  31.     User report:<p>
  32.  
  33. Sample of APS-Filter printcap file (ESP Ghostscript must be installed, as it provides the "gdi"/"samsunggdi" driver):<p>
  34.  
  35. <pre><tt> 
  36. # APS1_BEGIN:printer1 
  37. # - don't delete start label for apsfilter printer1 
  38. # - no other printer defines between BEGIN and END LABEL 
  39. lp|samsunggdi;r=600x600;q=medium;c=gray;p=a4;m=auto:\ 
  40.     :lp=/dev/usb/lp0:\ 
  41.     :if=/etc/apsfilter/basedir/bin/apsfilter:\ 
  42.     :sd=/var/spool/lpd/lp:\ 
  43.     :lf=/var/spool/lpd/lp/log:\ 
  44.     :af=/var/spool/lpd/lp/acct:\ 
  45.     :mx#0:\ 
  46.     :sh: 
  47. # APS1_END - don't delete this 
  48. </tt></pre>
  49.  
  50. Sample of SETUP.cfg file from apsfilter:<p>
  51.  
  52. <pre><tt>
  53. PRINTER='samsunggdi' 
  54. RESOLUTION='600x600' 
  55. COLOR='gray' 
  56. PAPER='a4' 
  57. METHOD='auto' 
  58. QUALITY='medium' 
  59. INTERFACE='parallel' 
  60. DEVICE='/dev/usb/lp0' 
  61. BAUDRATE='' 
  62. HANDSHAKE='' 
  63. WORDLENGTH='' 
  64. PARITY='' 
  65. STARTBITS='' 
  66. STOPBITS='' 
  67. SMB_SERVER='' 
  68. SMB_IP='' 
  69. SMB_PRINTER='' 
  70. SMB_WORKGROUP='' 
  71. SMB_USER='' 
  72. SMB_PASSWD='' 
  73. NCP_SERVER='' 
  74. NCP_PRINTER='' 
  75. NCP_USER='' 
  76. NCP_PASSWD='' 
  77. rm='' 
  78. rp='' 
  79. </tt></pre>
  80.  
  81. Main hack is to manualy seting PRINTER='samsunggdi' default not exist 
  82. in menu from SETUP script of apsfiler.And rerun setup script to create 
  83. printcap file.<p>
  84. </en>
  85.   </comments>
  86. </printer>